Q3Point_New
You can use theQ3Point_New
function to create a new point.
TQ3GeometryObject Q3Point_New (const TQ3PointData *pointData);
pointData
- A pointer to a
TQ3PointData
structure.DESCRIPTION
TheQ3Point_New
function returns, as its function result, a new point object having the location and attributes passed in the fields of theTQ3PointData
structure pointed to by thepointData
parameter. If a new point object could not be created,Q3Point_New
returns the valueNULL
.